home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 1996 May / cd joy 71No13.iso / pc / demos / eurosoc / source / hmistd.h < prev    next >
C/C++ Source or Header  |  1995-09-15  |  790b  |  29 lines

  1. /****************************************************************************
  2. *
  3. *  File              : hmistd.h
  4. *  Date Created      : 1/3/95
  5. *  Description       : header file for standard includes
  6. *
  7. *  Programmer(s)     : Nick Skrepetos
  8. *  Last Modification : 1/3/95 - 7:20:25 PM
  9. *  Additional Notes  :
  10. *
  11. *****************************************************************************
  12. *            Copyright (c) 1994,  HMI, Inc.  All Rights Reserved            *
  13. ****************************************************************************/
  14.  
  15.  
  16. #ifndef  _HMI_STANDARD
  17. #define  _HMI_STANDARD
  18.  
  19. // additional typedefs
  20. typedef  short          SHORT;
  21. typedef  unsigned short USHORT;
  22. typedef  int            INT;
  23.  
  24. // include other includes
  25. #include "sosdefs.h"
  26. #endif
  27.  
  28.  
  29.